Introduce _DOMF_compat and infrastructure as well as several conditionals
authorEmmanuel Ackaouy <ack@xensource.com>
Fri, 5 Jan 2007 17:32:00 +0000 (17:32 +0000)
committerEmmanuel Ackaouy <ack@xensource.com>
Fri, 5 Jan 2007 17:32:00 +0000 (17:32 +0000)
commit8f2348c03c7ac1a1f6baa91590eb0b5938bf727b
tree29365b97b287c3c0c3c6d4912264646e24bc34df
parent1f2d77695e961365537c7ef9809c5f494991bc79
Introduce _DOMF_compat and infrastructure as well as several conditionals
dealing with operations that need to distinguish between native and
compatibility mode guests.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
27 files changed:
config/x86_64.mk
tools/libxc/xc_linux_build.c
xen/arch/x86/boot/x86_64.S
xen/arch/x86/domain.c
xen/arch/x86/domain_build.c
xen/arch/x86/mm.c
xen/arch/x86/setup.c
xen/arch/x86/traps.c
xen/arch/x86/x86_32/mm.c
xen/arch/x86/x86_32/traps.c
xen/arch/x86/x86_64/asm-offsets.c
xen/arch/x86/x86_64/mm.c
xen/arch/x86/x86_64/traps.c
xen/common/Makefile
xen/common/elf.c
xen/common/elf32.c [new file with mode: 0644]
xen/include/asm-x86/config.h
xen/include/asm-x86/desc.h
xen/include/asm-x86/ldt.h
xen/include/asm-x86/mm.h
xen/include/asm-x86/regs.h
xen/include/asm-x86/x86_32/regs.h
xen/include/asm-x86/x86_64/regs.h
xen/include/public/arch-x86/xen-x86_64.h
xen/include/public/arch-x86/xen.h
xen/include/xen/elf.h
xen/include/xen/sched.h